home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / csourc.arc / VERSION.DOC < prev   
Text File  |  1987-08-07  |  3KB  |  56 lines

  1. This is version 1.5 of CSOURCE.  The following additions/corrections have
  2. been made over version 1.0:
  3.  
  4.    CORRECTIONS
  5.    -----------
  6.  
  7.    1.  When selecting indentation style 0, tabs were not converted to spaces
  8.        correctly.
  9.    2.  When producing a list of identifiers, the user could not search for
  10.        defined identifiers only.
  11.    3.  CSOURCE would not recognize identifiers beginning with an underscore.
  12.    4.  When producing listings of multiple source files, CSOURCE would not
  13.        reset the page counter.
  14.  
  15.    ADDITIONS
  16.    ---------
  17.  
  18.    1.  CSOURCE now writes to a file, all the files it has just processed.
  19.        That file can be used as input the next time CSOURCE is used.  This
  20.        file is named "c.fls".
  21.    2.  CSOURCE now maintains a defaults file which keeps track of the options
  22.        you specified when CSOURCE was last used.  These become the new
  23.        defaults when CSOURCE is used again.  This file is named "csource.dat".
  24.    3.  The view directory option has been expanded to allow you to point at
  25.        files you wish included and then select them.
  26.    4.  Memory available to CSOURCE is now constantly displayed when producing
  27.        a list of identifiers.  This will help you judge how many source files
  28.        CSOURCE can handle at one time given the amount of memory in your
  29.        system.  Since constantly displaying the memory available slows
  30.        CSOURCE, the display can be toggled on and off by pressing the <SPACE
  31.        BAR>.
  32.    5.  More help has been added to the input screen. 
  33.    6.  More help has been added to the extraction screen.
  34.    7.  When sending a listing to the screen, the user now has the ability
  35.        to stop and restart the listing by pressing the <SPACE BAR>.
  36.    8.  Added other minor help messages and cosmetic changes.
  37.    9.  A stand alone program has been added ( tab.exe ) which allows you
  38.        convert all tab characters to spaces in a source file.  Output can go 
  39.        to a file, printer or screen.  This program does essentially the same 
  40.        thing CSOURCE does when you tell it to produce a listing with no pre 
  41.        or post feeds, no line numbering, no structure outlining, 0 lines per
  42.        page and indentation style 0.  This program was provided to enable the 
  43.        user to get a quick printout of his/her program with the ability to 
  44.        convert tabs to spaces without the need to enter CSOURCE.  Tab.exe is 
  45.        used as follows:
  46.  
  47.        tab <setting> <input file> <output file> where:
  48.        --- <setting> determines the tab stops
  49.        --- <input file> can be any full or partial pathname
  50.        --- <output file> can be the printer (enter PRN), screen (enter CON) or
  51.            a file (enter full or partial pathname).
  52.  
  53.    NOTE:  There is another executable file included with CSOURCE named
  54.           screen.exe.  CSOURCE calls this program.  It should not be called
  55.           directly.
  56.